/**
 * /assets/css/lounge2.css
 * Standalone reimagined lounge page — scoped under .lounge2-page only.
 * Blends Sample_Code dark fantasy theme with Mage brand colors.
 * Web fonts load from head_route_styles.php (non-blocking).
 */

.lounge2-page {
  --l2-bg: #060609;
  --l2-bg-alt: rgba(12, 12, 20, 0.55);
  --l2-purple: #8b5cf6;
  --l2-purple-rgb: 139, 92, 246;
  --l2-mage-purple: #391047;
  --l2-mage-gold: #e1b929;
  --l2-mage-blue: #78a1bb;
  --l2-mage-teal: #2180a2;
  --l2-teal: #14b8a6;
  --l2-gold: #f59e0b;
  --l2-text: #f3f4f6;
  --l2-text-muted: #9ca3af;
  --l2-glass: rgba(12, 12, 20, 0.78);
  --l2-glass-border: rgba(255, 255, 255, 0.07);
  --l2-font-head: 'Outfit', 'Montserrat', sans-serif;
  --l2-font-body: 'Plus Jakarta Sans', 'Inter', sans-serif;
  --l2-radius: 16px;
  --l2-ease: 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  position: relative;
  background: var(--l2-bg);
  color: var(--l2-text);
  font-family: var(--l2-font-body);
  line-height: 1.6;
  overflow-x: hidden;
  margin-top: -1px;
}

.lounge2-page *,
.lounge2-page *::before,
.lounge2-page *::after {
  box-sizing: border-box;
}

.lounge2-page h1,
.lounge2-page h2,
.lounge2-page h3,
.lounge2-page h4 {
  font-family: var(--l2-font-head);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--l2-text);
}

.lounge2-page p {
  color: var(--l2-text-muted);
}

.lounge2-page a:not(.l2-btn) {
  color: var(--l2-mage-gold);
}

.lounge2-page a:not(.l2-btn):hover {
  text-decoration: underline;
}

.lounge2-page img {
  max-width: 100%;
  display: block;
}

.l2-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* Ambient background */
.l2-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.l2-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}

.l2-glow--1 {
  top: -8%;
  right: -10%;
  width: 50vw;
  height: 50vw;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
}

.l2-glow--2 {
  bottom: 20%;
  left: -12%;
  width: 55vw;
  height: 55vw;
  background: radial-gradient(circle, rgba(33, 128, 162, 0.08) 0%, transparent 70%);
}

.l2-glow--3 {
  top: 45%;
  right: 10%;
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(225, 185, 41, 0.05) 0%, transparent 75%);
}

/* Floating section nav — right-side vertical toolbar */
.l2-subnav {
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: auto;
  max-width: 9.5rem;
  pointer-events: none;
}

.l2-subnav__inner {
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.2rem;
  padding: 0.65rem 0.45rem;
  max-height: min(78vh, 520px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  background: var(--l2-glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--l2-glass-border);
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.l2-subnav__inner::-webkit-scrollbar {
  width: 4px;
}

.l2-subnav__inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.l2-subnav__link {
  display: block;
  flex-shrink: 0;
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--l2-text-muted);
  text-decoration: none;
  text-align: right;
  line-height: 1.25;
  transition: var(--l2-ease);
  white-space: nowrap;
}

.l2-subnav__link:hover,
.l2-subnav__link.is-active {
  color: #fff;
  background: rgba(139, 92, 246, 0.18);
}

.l2-subnav__link--cta {
  background: linear-gradient(135deg, var(--l2-mage-gold), #d97706);
  color: #060609 !important;
  text-align: center;
  margin-top: 0.15rem;
}

.l2-subnav__link--cta:hover {
  filter: brightness(1.08);
  color: #060609 !important;
}

/* Sections */
.l2-section {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0;
  scroll-margin-top: 80px;
}

.l2-section--alt {
  background: var(--l2-bg-alt);
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.l2-section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.l2-section-header--compact {
  margin-bottom: 1.75rem;
}

.l2-section-header h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.l2-section-cta {
  text-align: center;
  margin-top: 2rem;
}

/* Glass panel */
.l2-glass {
  background: var(--l2-glass);
  backdrop-filter: blur(12px);
  border: 1px solid var(--l2-glass-border);
  border-radius: var(--l2-radius);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

/* Undo global.css `section { max-width: 1100px; margin: 0 auto }` */
.lounge2-page section {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

/* Hero */
.l2-hero {
  position: relative;
  z-index: 1;
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  padding: 3rem 0 4rem;
  overflow: hidden;
  scroll-margin-top: 80px;
}

.l2-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.l2-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.l2-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 30% 40%, rgba(57, 16, 71, 0.55) 0%, rgba(6, 6, 9, 0.92) 72%);
}

.l2-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
}

.l2-badge {
  display: inline-block;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.28);
  color: #c4b5fd;
  margin-bottom: 1rem;
}

.l2-gradient-text {
  background: linear-gradient(135deg, #fff 25%, var(--l2-mage-gold) 75%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.l2-lead {
  font-size: 1.1rem;
  max-width: 36em;
  margin-bottom: 1.5rem;
  color: #e5e7eb;
}

.l2-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1.25rem;
}

.l2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.6rem;
  border-radius: 999px;
  font-family: var(--l2-font-head);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: var(--l2-ease);
}

.l2-btn--accent {
  background: linear-gradient(135deg, var(--l2-mage-gold), #d97706);
  color: #060609;
  box-shadow: 0 4px 18px rgba(225, 185, 41, 0.28);
  text-decoration: none;
}

.lounge2-page a.l2-btn--accent,
.lounge2-page a.l2-btn--accent:hover,
.lounge2-page a.l2-btn--accent:focus-visible {
  color: #060609;
  text-decoration: none;
}

.l2-btn--accent:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  color: #060609;
}

.l2-btn--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
}

.lounge2-page .l2-btn--secondary,
.lounge2-page .l2-btn--secondary:hover,
.lounge2-page .l2-btn--secondary:focus-visible {
  color: #fff;
  text-decoration: none;
}

.lounge2-page .l2-btn--secondary:hover,
.lounge2-page .l2-btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(225, 185, 41, 0.5);
  color: #fff;
}

/* Reset global.css `button` / `button:hover` inside lounge2 */
.lounge2-page button.l2-btn {
  box-sizing: border-box;
  font-family: var(--l2-font-head);
  font-weight: 700;
}

.lounge2-page button.l2-btn--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.lounge2-page button.l2-btn--secondary:hover,
.lounge2-page button.l2-btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(225, 185, 41, 0.5);
  color: #fff;
}

.lounge2-page button.l2-btn--accent {
  background: linear-gradient(135deg, var(--l2-mage-gold), #d97706);
  color: #060609;
  border: none;
}

.lounge2-page button.l2-btn--accent:hover,
.lounge2-page button.l2-btn--accent:focus-visible {
  background: linear-gradient(135deg, var(--l2-mage-gold), #d97706);
  color: #060609;
  border: none;
  filter: brightness(1.06);
}

.lounge2-page button.l2-slider-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.06);
  color: var(--l2-mage-gold);
  border: 1px solid rgba(225, 185, 41, 0.4);
}

.lounge2-page button.l2-slider-btn:hover,
.lounge2-page button.l2-slider-btn:focus-visible {
  background: rgba(139, 92, 246, 0.22);
  border-color: var(--l2-purple);
  color: #fff;
  box-shadow: 0 6px 18px rgba(139, 92, 246, 0.28);
}

.l2-btn--block {
  width: 100%;
  margin-top: 1rem;
}

.l2-link {
  color: var(--l2-mage-gold);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.l2-link--arrow::after {
  content: ' →';
}

.l2-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.l2-chip {
  padding: 0.28rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.l2-chip--gold { background: var(--l2-mage-gold); color: #292727; }
.l2-chip--blue { background: var(--l2-mage-blue); color: #fff; }
.l2-chip--teal { background: var(--l2-mage-teal); color: #fff; }
.l2-chip--purple { background: var(--l2-mage-purple); color: #fff; }

/* Crystal orb */
.l2-hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
}

.l2-orb {
  position: relative;
  width: min(280px, 70vw);
  height: min(280px, 70vw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, rgba(139, 92, 246, 0.35) 0%, rgba(20, 184, 166, 0.08) 55%, rgba(0, 0, 0, 0.85) 100%);
  box-shadow: 0 0 50px rgba(139, 92, 246, 0.25), inset 0 0 30px rgba(255, 255, 255, 0.08);
  cursor: pointer;
  animation: l2-orb-float 6s ease-in-out infinite;
}

.l2-orb__inner {
  font-size: 4.5rem;
  filter: drop-shadow(0 0 20px var(--l2-purple));
  user-select: none;
}

.l2-orb__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.l2-orb-particle {
  position: absolute;
  border-radius: 50%;
  animation: l2-particle-rise 3s ease-in infinite;
}

@keyframes l2-orb-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes l2-particle-rise {
  0% { opacity: 0; transform: translateY(0) scale(0.5); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-120px) scale(0.2); }
}

/* Zones */
.l2-zones-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.l2-zone-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  overflow: hidden;
  min-height: 220px;
}

.l2-zone-card__img {
  overflow: hidden;
  min-height: 180px;
}

.l2-zone-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.l2-zone-card:hover .l2-zone-card__img img {
  transform: scale(1.06);
}

.l2-zone-card__body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l2-zone-card__icon {
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

.l2-zone-card__body h3 {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.l2-zone-card__body p {
  font-size: 0.88rem;
  margin-bottom: 0.75rem;
}

.l2-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.l2-tag {
  font-size: 0.72rem;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--l2-text-muted);
}

/* Personas */
.l2-personas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.l2-persona {
  padding: 1rem;
  text-align: center;
}

.l2-persona img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.l2-persona h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.l2-persona p {
  font-size: 0.85rem;
}

/* Alchemy */
.l2-alchemy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
  overflow: visible;
}

.l2-potion-viz {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  border-radius: var(--l2-radius);
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.l2-potion-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: var(--l2-purple);
  filter: blur(80px);
  opacity: 0.15;
  transition: background 0.8s ease;
}

.l2-potion-svg {
  width: 180px;
  height: auto;
  z-index: 2;
  filter: drop-shadow(0 0 25px rgba(139, 92, 246, 0.3));
  transition: filter 0.8s ease;
}

.l2-potion-liquid {
  fill: var(--l2-purple);
  transition: fill 0.8s ease;
  animation: l2-liquid-wave 4s ease-in-out infinite alternate;
  transform-origin: bottom center;
}

.l2-potion-bubble {
  fill: rgba(255, 255, 255, 0.5);
  animation: l2-bubble-float 3s infinite linear;
}

@keyframes l2-liquid-wave {
  0% { transform: scaleY(1) skewX(-2deg); }
  100% { transform: scaleY(1.02) skewX(2deg); }
}

@keyframes l2-bubble-float {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% {
    transform: translateY(-140px) translateX(var(--l2-bubble-drift, 10px));
    opacity: 0;
  }
}

.l2-potion-hud {
  z-index: 2;
  text-align: center;
  margin-top: 1rem;
}

.l2-potion-name {
  font-size: 1.35rem;
  line-height: 1.35;
  margin-bottom: 0.35rem;
  max-width: 100%;
  word-break: break-word;
}

.l2-potion-effect {
  color: var(--l2-mage-gold);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.l2-potion-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.l2-stat span {
  display: block;
  font-size: 0.68rem;
  color: var(--l2-text-muted);
}

.l2-stat strong {
  font-size: 0.95rem;
}

.l2-mixer {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.l2-mixer-group label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.l2-mixer-group label span {
  font-weight: 400;
  color: var(--l2-text-muted);
  font-size: 0.82rem;
}

.l2-flavor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.l2-flavor {
  padding: 0.65rem 0.4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--l2-text);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--l2-ease);
}

.l2-flavor:hover {
  background: rgba(255, 255, 255, 0.06);
}

.l2-flavor.is-selected {
  background: rgba(139, 92, 246, 0.15);
  border-color: var(--l2-purple);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.2);
}

.l2-mixer-group[data-type="modifier"] .l2-flavor.is-selected {
  background: rgba(20, 184, 166, 0.12);
  border-color: var(--l2-teal);
}

.l2-mixer-group[data-type="enhancer"] .l2-flavor.is-selected {
  background: rgba(245, 158, 11, 0.12);
  border-color: var(--l2-gold);
}

/* Alchemy flavor generator form — reset global `form` / `form select` from global.css */
.lounge2-page .l2-alchemy-form {
  margin: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: visible;
}

.lounge2-page .l2-alchemy-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(225, 185, 41, 0.55),
    rgba(139, 92, 246, 0.65),
    transparent
  );
  pointer-events: none;
}

.lounge2-page .l2-alchemy-form label {
  margin-bottom: 0;
}

.lounge2-page .l2-alchemy-form select,
.lounge2-page .l2-alchemy-form input,
.lounge2-page .l2-alchemy-form textarea {
  margin-bottom: 0;
}

.lounge2-page .l2-alchemy-form input:not([type='checkbox']):not([type='radio']) {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--l2-text) !important;
  caret-color: var(--l2-mage-gold);
}

.lounge2-page .l2-alchemy-field {
  position: relative;
  overflow: visible;
}

.lounge2-page .l2-mixer--generator {
  overflow: visible;
}

.l2-alchemy-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.l2-alchemy-field > label:not(.l2-alchemy-toggle) {
  display: block;
  font-weight: 600;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
  color: var(--l2-text);
}

.l2-alchemy-field--toggle {
  margin-top: 0.15rem;
}

.l2-alchemy-toggle-row {
  display: block;
}

.l2-alchemy-field label.l2-alchemy-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  max-width: 100%;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--l2-text);
  line-height: 1.35;
}

.l2-alchemy-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.l2-alchemy-toggle__switch {
  flex: 0 0 auto;
  width: 2.75rem;
  height: 1.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  transition: background var(--l2-ease), border-color var(--l2-ease);
}

.l2-alchemy-toggle__switch::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--l2-text-muted);
  transition: transform var(--l2-ease), background var(--l2-ease);
}

.l2-alchemy-toggle input:checked + .l2-alchemy-toggle__switch {
  background: rgba(139, 92, 246, 0.45);
  border-color: rgba(225, 185, 41, 0.45);
}

.l2-alchemy-toggle input:checked + .l2-alchemy-toggle__switch::after {
  transform: translateX(1.25rem);
  background: var(--l2-mage-gold);
}

.l2-alchemy-toggle input:focus-visible + .l2-alchemy-toggle__switch {
  outline: 2px solid var(--l2-mage-gold);
  outline-offset: 2px;
}

.l2-alchemy-toggle__text {
  flex: 1 1 auto;
  min-width: 0;
}

.l2-alchemy-toggle-hint {
  margin: 0.4rem 0 0;
  padding-left: calc(2.75rem + 0.75rem);
  font-size: 0.8rem;
  color: var(--l2-text-muted);
  line-height: 1.4;
}

.lounge2-page select.l2-alchemy-select,
.lounge2-page .l2-mixer--generator .ts-wrapper .ts-control {
  width: 100%;
  padding: 0.75rem 2rem 0.75rem 0.85rem;
  border-radius: 10px;
  background-color: rgba(6, 6, 12, 0.55);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23e1b929' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--l2-text);
  font-size: 0.95rem;
  font-weight: 500;
  font-family: inherit;
  transition: var(--l2-ease);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lounge2-page select.l2-alchemy-select {
  -webkit-appearance: none;
  appearance: none;
}

.lounge2-page .l2-mixer--generator .ts-wrapper.l2-alchemy-select {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  min-height: 0;
}

.lounge2-page .l2-mixer--generator .ts-wrapper.single .ts-control::after {
  display: none;
}

.lounge2-page select.l2-alchemy-select option {
  background: #0c0c14;
  color: var(--l2-text);
}

.lounge2-page select.l2-alchemy-select:hover,
.lounge2-page .l2-mixer--generator .ts-wrapper .ts-control:hover {
  border-color: rgba(225, 185, 41, 0.35);
  background-color: rgba(12, 12, 22, 0.75);
}

.lounge2-page select.l2-alchemy-select:focus,
.lounge2-page .l2-mixer--generator .ts-wrapper.focus .ts-control {
  outline: none;
  border-color: var(--l2-purple);
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.25);
}

.l2-alchemy-unavailable {
  padding: 1.25rem;
  text-align: center;
}

.l2-alchemy-unavailable p {
  margin: 0;
  color: var(--l2-text-muted);
}

.l2-mix-results-mount {
  width: 100%;
  margin-top: 0;
  min-height: 0;
}

.l2-mix-results-mount:empty {
  display: none;
}

.l2-mix-results {
  width: 100%;
  margin-top: 2rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.l2-mix-results__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.l2-mix-results__title {
  font-size: 1.15rem;
  margin: 0;
  text-align: center;
}

.l2-mix-results__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  width: 100%;
}

@media (min-width: 900px) {
  .l2-mix-results__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.l2-mix-card {
  padding: 0.75rem 0.85rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.l2-mix-card__name {
  font-size: 0.82rem;
  line-height: 1.3;
  margin: 0 0 0.4rem;
}

.l2-mix-card__dark {
  font-size: 0.78rem;
  color: var(--l2-text-muted);
  font-weight: 600;
}

.l2-mix-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.l2-mix-card__tag {
  font-size: 0.75rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.25);
}

.lounge2-page .l2-mixer--generator .ts-wrapper {
  width: 100%;
  position: relative;
}

.lounge2-page .l2-mixer--generator .ts-wrapper.dropdown-active {
  z-index: 220;
}

.lounge2-page .l2-mixer--generator .ts-wrapper .ts-control {
  min-height: 2.75rem;
}

.lounge2-page .l2-mixer--generator .ts-wrapper .ts-control input {
  flex: 1 1 auto;
  min-width: 4rem;
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--l2-text) !important;
  -webkit-text-fill-color: var(--l2-text);
  caret-color: var(--l2-mage-gold);
  opacity: 1 !important;
}

.lounge2-page .l2-mixer--generator .ts-wrapper .ts-control input::placeholder {
  color: var(--l2-text-muted);
  opacity: 1;
}

.lounge2-page .l2-mixer--generator .ts-wrapper .ts-control .item {
  color: var(--l2-text);
}

/* Hide selected label only while the dropdown is open (searching), not after pick */
.lounge2-page .l2-mixer--generator .ts-wrapper.dropdown-active .ts-control .item {
  display: none;
}

.lounge2-page .l2-mixer--generator .ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.25rem;
  background: rgba(12, 12, 20, 0.96);
  backdrop-filter: blur(12px);
  border: 1px solid var(--l2-glass-border);
  border-radius: 10px;
  color: var(--l2-text);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  z-index: 220;
}

.lounge2-page .l2-mixer--generator .ts-dropdown .option {
  color: var(--l2-text);
}

.lounge2-page .l2-mixer--generator .ts-dropdown .active {
  background: rgba(139, 92, 246, 0.22);
  color: var(--l2-text);
}

.lounge2-page .l2-mixer--generator .ts-dropdown .create {
  color: var(--l2-mage-gold);
}

.lounge2-page .l2-mixer--generator .ts-wrapper.single .ts-control,
.lounge2-page .l2-mixer--generator .ts-wrapper.single.input-active .ts-control {
  background-color: rgba(6, 6, 12, 0.55);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23e1b929' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  color: var(--l2-text);
}

.l2-save-mix-btn {
  width: 100%;
}

.l2-save-mix-status {
  margin: 0.5rem 0 0;
  font-size: 0.82rem;
  color: var(--l2-teal);
  text-align: center;
}

.l2-save-mix-status.is-error {
  color: #f87171;
}

.l2-mix-card__actions {
  display: flex;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.5rem;
}

.l2-mix-pref {
  flex: 1;
  padding: 0.35rem 0.4rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--l2-text);
  font-size: 0.68rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--l2-ease);
}

.l2-mix-pref:hover {
  background: rgba(255, 255, 255, 0.08);
}

.l2-mix-pref--like.is-active {
  border-color: #f472b6;
  background: rgba(244, 114, 182, 0.15);
}

.l2-mix-pref--dislike.is-active {
  border-color: #f87171;
  background: rgba(248, 113, 113, 0.12);
}

.l2-mix-pref:disabled {
  opacity: 0.6;
  cursor: wait;
}

/* Auth prompt (guests saving likes / mixes) */
.l2-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.l2-auth-modal[hidden] {
  display: none !important;
}

.l2-auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 14, 0.72);
  backdrop-filter: blur(4px);
}

.l2-auth-modal__panel {
  position: relative;
  width: min(100%, 420px);
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  animation: l2AuthModalIn 0.25s ease-out;
}

@keyframes l2AuthModalIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.l2-auth-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--l2-text-muted);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.l2-auth-modal__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.l2-auth-modal__title {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
  color: #fff;
}

.l2-auth-modal__message {
  margin: 0 0 1.25rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--l2-text-muted);
}

.l2-auth-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.l2-auth-modal__actions .l2-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

body.l2-auth-modal-open {
  overflow: hidden;
}

/* Grimoire */
.l2-grimoire-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.l2-grimoire-card {
  padding: 1.5rem;
}

.l2-grimoire-type {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--l2-purple);
  margin-bottom: 0.5rem;
}

.l2-grimoire-card h3 {
  margin-bottom: 0.5rem;
}

/* Night picker & features */
.l2-night-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 1rem 0;
}

.l2-night-btn {
  padding: 0.55rem 1.2rem;
  border-radius: 999px;
  border: none;
  background: rgba(225, 185, 41, 0.15);
  color: var(--l2-mage-gold);
  font-weight: 700;
  cursor: pointer;
  transition: var(--l2-ease);
}

.l2-night-btn.is-active,
.l2-night-btn:hover {
  background: var(--l2-mage-purple);
  color: #fff;
}

.l2-night-blurb {
  color: var(--l2-mage-teal);
  font-weight: 600;
}

.l2-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.l2-feature {
  padding: 1rem;
  overflow: hidden;
}

.l2-feature img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.l2-feature h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.l2-feature p {
  font-size: 0.85rem;
}

.l2-feature[hidden] {
  display: none !important;
}

/* Quest log */
.l2-quest-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.l2-search-wrap {
  flex: 1;
  min-width: 200px;
  max-width: 420px;
}

.l2-search {
  width: 100%;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: inherit;
}

.l2-search:focus {
  outline: none;
  border-color: var(--l2-purple);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.2);
}

.l2-filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.l2-filter-tag {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--l2-text-muted);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--l2-ease);
}

.l2-filter-tag.is-active {
  background: var(--l2-purple);
  border-color: var(--l2-purple);
  color: #fff;
}

.l2-games-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.l2-games-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  min-height: 0;
}

.l2-games-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 0;
}

.l2-games-pagination[hidden] {
  display: none !important;
}

.l2-games-page-btn {
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.l2-games-page-btn:hover:not(:disabled) {
  border-color: var(--l2-purple);
  background: rgba(139, 92, 246, 0.15);
}

.l2-games-page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.l2-games-page-info {
  font-size: 0.9rem;
  color: var(--l2-text-muted);
  min-width: 8rem;
  text-align: center;
}

.l2-game-card {
  padding: 1.1rem;
}

.l2-game-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l2-game-card__emoji {
  font-size: 1.25rem;
}

.l2-game-card h3 {
  font-size: 1.05rem;
  margin: 0.5rem 0 0.35rem;
}

.l2-game-card p {
  font-size: 0.82rem;
  margin-bottom: 0.75rem;
}

.l2-game-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--l2-text-muted);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 0.6rem;
}

.l2-diff {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
}

.l2-diff--easy { background: rgba(20, 184, 166, 0.12); color: #2dd4bf; }
.l2-diff--medium { background: rgba(245, 158, 11, 0.12); color: var(--l2-gold); }
.l2-diff--hard { background: rgba(239, 68, 68, 0.12); color: #f87171; }

.l2-games-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2rem;
  color: var(--l2-text-muted);
}

/* Calendar */
.l2-calendar {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

.l2-cal-row {
  display: grid;
  grid-template-columns: 100px 1fr auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.l2-cal-row:last-child {
  border-bottom: none;
}

.l2-cal-day {
  font-weight: 700;
  font-size: 0.9rem;
}

.l2-cal-row h3 {
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
}

.l2-cal-row p {
  font-size: 0.82rem;
}

.l2-cal-time {
  font-size: 0.82rem;
  color: var(--l2-text-muted);
  white-space: nowrap;
}

.l2-event-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.12);
  color: #c4b5fd;
  border: 1px solid rgba(139, 92, 246, 0.25);
  white-space: nowrap;
}

.l2-event-badge--gold {
  background: rgba(245, 158, 11, 0.12);
  color: var(--l2-gold);
  border-color: rgba(245, 158, 11, 0.25);
}

/* First timer */
.l2-first-timer {
  padding: 2rem;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.l2-first-timer-list {
  text-align: left;
  margin: 1.25rem 0 1.5rem;
  padding-left: 1.25rem;
  color: var(--l2-text-muted);
}

.l2-first-timer-list li {
  margin-bottom: 0.5rem;
}

/* Booking */
.l2-pricing-offer {
  color: var(--l2-mage-gold);
}

.l2-book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.l2-pricing-panel,
.l2-map-panel {
  padding: 1.5rem;
}

.l2-map-panel {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 320px;
}

.l2-map-embed {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 12px;
  display: block;
  flex: 1 1 auto;
}

.l2-map-caption {
  margin: 0;
  text-align: center;
  font-size: 0.88rem;
}

.l2-map-caption a {
  color: var(--l2-mage-gold);
  font-weight: 600;
}

.l2-pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem;
}

.l2-pricing-list li {
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.92rem;
  color: var(--l2-text-muted);
}

.l2-pricing-list a {
  color: var(--l2-mage-gold);
}

/* Gallery */
.l2-gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.65rem;
}

.l2-gallery img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.l2-gallery img:hover {
  transform: scale(1.03);
}

/* Trust */
.l2-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.l2-trust-card {
  padding: 1.25rem;
  text-align: center;
}

.l2-trust-card span {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.l2-trust-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.l2-trust-card p {
  font-size: 0.8rem;
}

/* Founders */
.l2-founders {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2.5rem;
  align-items: center;
}

.l2-founders__frame {
  position: relative;
  border-radius: var(--l2-radius);
  overflow: hidden;
  height: 360px;
  border: 1px solid var(--l2-glass-border);
}

.l2-founders__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l2-founders__badge {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.5rem 0.9rem;
  background: rgba(6, 6, 9, 0.75);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.l2-founders__badge span {
  display: block;
  font-size: 0.75rem;
  color: var(--l2-text-muted);
}

.l2-founders__story p {
  margin-bottom: 1rem;
}

/* Reviews */
.l2-reviews {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.l2-reviews__stage {
  display: grid;
}

.l2-review-slide {
  grid-area: 1 / 1;
  visibility: hidden;
  opacity: 0;
  padding: 1rem 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.l2-review-slide.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.l2-stars {
  color: var(--l2-mage-gold);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.l2-review-slide blockquote {
  font-family: var(--l2-font-head);
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-style: italic;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.45;
}

.l2-review-slide cite {
  font-style: normal;
  font-size: 0.88rem;
  color: var(--l2-text-muted);
}

.l2-review-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.l2-slider-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(225, 185, 41, 0.4);
  background: rgba(255, 255, 255, 0.06);
  color: var(--l2-mage-gold);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.l2-slider-btn__icon {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  pointer-events: none;
}

.l2-slider-btn:active {
  transform: scale(0.96);
}

/* FAQ */
.l2-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.l2-faq-item {
  overflow: hidden;
}

.l2-faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: none;
  border: none;
  color: #fff;
  font-family: var(--l2-font-head);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.l2-faq-trigger:hover {
  color: #c4b5fd;
}

.l2-faq-chevron {
  transition: transform var(--l2-ease);
  color: var(--l2-text-muted);
  font-size: 0.75rem;
}

.l2-faq-item.is-open .l2-faq-chevron {
  transform: rotate(180deg);
}

.l2-faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.l2-faq-inner {
  padding: 0 1.15rem 1rem;
  font-size: 0.92rem;
  color: var(--l2-text-muted);
}

/* Access */
.l2-access {
  padding: 1.75rem;
  max-width: 720px;
  margin: 0 auto;
}

.l2-access ul {
  margin-top: 0.75rem;
  padding-left: 1.2rem;
  color: var(--l2-text-muted);
}

.l2-access li {
  margin-bottom: 0.35rem;
}

/* Lounge2 directions FAB sits inside page wrapper; keep above content */
.lounge2-page > .directions-fab {
  z-index: 9990;
}

/* Responsive */
@media (max-width: 1024px) {
  .l2-hero__grid,
  .l2-alchemy-grid,
  .l2-founders,
  .l2-book-grid {
    grid-template-columns: 1fr;
  }

  .l2-hero__visual {
    order: -1;
    min-height: 200px;
  }

  .l2-zones-grid,
  .l2-grimoire-grid,
  .l2-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .l2-games-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .l2-personas {
    grid-template-columns: repeat(2, 1fr);
  }

  .l2-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .l2-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .l2-section {
    padding: 3rem 0;
  }

  .l2-zone-card {
    grid-template-columns: 1fr;
  }

  .l2-zones-grid,
  .l2-grimoire-grid,
  .l2-features-grid,
  .l2-games-grid,
  .l2-trust-grid,
  .l2-gallery,
  .l2-book-grid {
    grid-template-columns: 1fr;
  }

  .l2-personas {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .l2-persona {
    padding: 0.75rem;
  }

  .l2-persona img {
    height: 88px;
  }

  .l2-persona h3 {
    font-size: 0.92rem;
  }

  .l2-persona p {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .l2-cal-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .l2-flavor-grid {
    grid-template-columns: 1fr;
  }

  .l2-subnav {
    top: auto;
    bottom: 5.5rem;
    transform: none;
    right: 0.75rem;
    max-width: 8.25rem;
  }

  .l2-subnav__inner {
    max-height: min(42vh, 320px);
  }

  .l2-subnav__link {
    font-size: 0.72rem;
    padding: 0.4rem 0.55rem;
  }

  .l2-potion-svg {
    width: 140px;
  }

  .l2-potion-viz {
    min-height: 420px;
  }

  .l2-alchemy-row {
    grid-template-columns: 1fr;
  }

  .l2-mix-results__list {
    grid-template-columns: 1fr;
  }
}
