:root {
  --bg-0: #05060a;
  --bg-1: #070810;
  --bg-2: #0b0c13;
  --ink-0: #f4f6ff;
  --ink-1: #c9cedc;
  --ink-2: #9aa3b8;
  --ink-3: #6b7386;
  --surface-0: rgba(12, 12, 18, 0.64);
  --surface-1: rgba(10, 10, 14, 0.86);
  --surface-2: rgba(20, 16, 34, 0.42);
  --surface-3: rgba(8, 8, 12, 0.92);
  --stroke-0: rgba(220, 204, 255, 0.14);
  --stroke-1: rgba(220, 204, 255, 0.08);
  --shadow-0: rgba(5, 2, 16, 0.72);
  --shadow-1: rgba(145, 92, 255, 0.22);
  --accent-violet: #a57fff;
  --accent-magenta: #ff67d6;
  --accent-indigo: #6f7bff;
  --accent-cyan: #6ad8ff;
  --danger: #ff7da8;
  --success: #76ffd6;
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-sm: 11px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink-0);
  background:
    radial-gradient(1200px 700px at 70% -10%, rgba(255, 255, 255, 0.06) 0%, transparent 55%),
    radial-gradient(980px 640px at 8% 110%, rgba(255, 255, 255, 0.04) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-0), var(--bg-1) 55%, var(--bg-2));
  overflow: hidden;
}

h1,
h2 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  letter-spacing: -0.02em;
  color: var(--ink-0);
}

h1 {
  font-size: clamp(1.14rem, 1.85vw, 1.44rem);
  line-height: 1.05;
}

h2 {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.sub,
.hint {
  margin: 0;
  color: var(--ink-2);
  font-size: 0.81rem;
}

.liquid-bg {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.blob {
  position: absolute;
  border-radius: 43% 57% 48% 52% / 47% 41% 59% 53%;
  filter: blur(24px);
  opacity: 0.62;
  transform: translate3d(0, 0, 0);
  animation: drift 18s ease-in-out infinite;
}

.blob-a {
  width: min(58vw, 730px);
  aspect-ratio: 1;
  left: -130px;
  top: -190px;
  background: radial-gradient(circle at 30% 34%, rgba(186, 149, 255, 0.95) 0%, rgba(127, 88, 255, 0.6) 42%, rgba(127, 88, 255, 0.06) 76%);
}

.blob-b {
  width: min(46vw, 580px);
  aspect-ratio: 1;
  right: -120px;
  top: 9%;
  animation-duration: 25s;
  animation-delay: -6s;
  background: radial-gradient(circle at 36% 35%, rgba(255, 132, 233, 0.9) 0%, rgba(248, 95, 199, 0.52) 38%, rgba(248, 95, 199, 0.08) 74%);
}

.blob-c {
  width: min(52vw, 650px);
  aspect-ratio: 1;
  left: 22%;
  bottom: -270px;
  animation-duration: 21s;
  animation-delay: -2s;
  background: radial-gradient(circle at 48% 34%, rgba(123, 146, 255, 0.66) 0%, rgba(78, 97, 240, 0.43) 36%, rgba(78, 97, 240, 0.05) 72%);
}

.grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(228, 206, 255, 0.09) 0.48px, transparent 0.48px);
  background-size: 3px 3px;
  opacity: 0.08;
}

.app-shell {
  width: min(1420px, calc(100vw - 30px));
  margin: 14px auto 22px;
  display: grid;
  grid-template-rows: auto 1fr;
  /* Fallback for browsers that don't support dvh (prevents "no scroll / cut off" on zoom). */
  height: calc(100vh - 36px);
  height: calc(100dvh - 36px);
  gap: 14px;
}

.glass {
  position: relative;
  /* Allow custom dropdown menus to escape card bounds. */
  overflow: visible;
  isolation: isolate;
  border-radius: var(--radius-xl);
  border: 1px solid var(--stroke-0);
  background:
    linear-gradient(180deg, rgba(14, 14, 18, 0.92) 0%, rgba(10, 10, 14, 0.9) 52%, rgba(8, 8, 11, 0.92) 100%);
  backdrop-filter: blur(18px) saturate(112%);
  box-shadow:
    0 24px 54px var(--shadow-0),
    0 0 0 1px rgba(255, 255, 255, 0.015) inset;
}

.glass > * {
  position: relative;
}

.glass::before {
  content: none;
}

.glass::after {
  content: none;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-radius: calc(var(--radius-xl) + 2px);
}

.topbar::before {
  content: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 8px 22px rgba(0, 0, 0, 0.5);
  animation: pulse 3s ease-in-out infinite;
}

.status-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.chip {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: var(--ink-0);
  background: rgba(12, 12, 16, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.chip.copyable {
  cursor: pointer;
  user-select: none;
}

.chip.copyable:hover {
  border-color: rgba(197, 120, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(142, 91, 255, 0.14);
}

.glass.select-elevated {
  z-index: 2000;
}

.layout {
  display: grid;
  grid-template-columns: minmax(320px, 395px) minmax(0, 1fr);
  gap: 14px;
  height: 100%;
  min-height: 0;
}

.panel-stack {
  display: grid;
  gap: 12px;
  align-content: start;
  height: 100%;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.card {
  padding: 14px;
}

.field-row {
  display: grid;
  gap: 6px;
  margin-bottom: 10px;
}

.field-row.inline-2 {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px;
}

.join-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

label {
  color: var(--ink-1);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

input,
select {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(18, 18, 22, 0.94), rgba(10, 10, 14, 0.88));
  color: var(--ink-0);
  padding: 10px 11px;
  font: inherit;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 150ms ease, box-shadow 170ms ease, transform 140ms ease;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 999px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 10, 14, 0.76);
  display: inline-grid;
  place-content: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 150ms ease, box-shadow 170ms ease, transform 140ms ease, background 180ms ease;
}

input[type="checkbox"]::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: scale(0);
  transition: transform 120ms ease;
  background: linear-gradient(135deg, #7a4dff 0%, #c24cff 55%, #ff4dcf 100%);
  box-shadow: 0 0 16px rgba(255, 77, 207, 0.24);
}

input[type="checkbox"]:checked {
  border-color: rgba(197, 120, 255, 0.72);
  background: rgba(74, 24, 120, 0.32);
}

input[type="checkbox"]:checked::after {
  transform: scale(1);
}

input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(157, 105, 255, 0.17),
    0 0 20px rgba(142, 92, 255, 0.22);
}

/* Hide number input spinners (keyboard entry still works). */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input::placeholder {
  color: rgba(215, 205, 250, 0.38);
}

input:focus,
select:focus {
  border-color: rgba(181, 129, 255, 0.78);
  box-shadow:
    0 0 0 2px rgba(157, 105, 255, 0.17),
    0 0 20px rgba(142, 92, 255, 0.22);
}

.toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-1);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}

.toggle-wrap input {
  margin: 0;
}

.field-row.toggle-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2px;
}

/* Custom select (web-native dropdown, not OS/browser native) */
select.native-select-hidden {
  display: none;
}

.select-root {
  position: relative;
  width: 100%;
}

.select-btn {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(18, 18, 22, 0.94), rgba(10, 10, 14, 0.88));
  color: var(--ink-0);
  padding: 10px 11px;
  font: inherit;
  font-size: 0.88rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  transition: border-color 150ms ease, box-shadow 170ms ease, transform 140ms ease;
}

.select-btn:hover {
  transform: translateY(-1px);
}

.select-btn:active {
  transform: translateY(0);
}

.select-btn:focus-visible,
.select-root.open .select-btn {
  outline: none;
  border-color: rgba(181, 129, 255, 0.78);
  box-shadow:
    0 0 0 2px rgba(157, 105, 255, 0.17),
    0 0 20px rgba(142, 92, 255, 0.22);
}

.select-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  opacity: 0.72;
  color: rgba(233, 224, 255, 0.9);
}

.select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 800;
  border-radius: 16px;
  border: 1px solid rgba(220, 204, 255, 0.14);
  background: rgba(5, 5, 8, 0.99);
  backdrop-filter: blur(14px) saturate(120%);
  box-shadow:
    0 22px 60px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  padding: 6px;
  display: none;
  max-height: min(320px, 42vh);
  overflow: auto;
}

.select-root.open .select-menu {
  display: block;
}

.select-option {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--ink-0);
  font: inherit;
  font-size: 0.86rem;
  padding: 9px 10px;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
}

.select-option:hover {
  background: rgba(165, 127, 255, 0.16);
}

.select-option[aria-selected="true"] {
  background: linear-gradient(135deg, rgba(122, 77, 255, 0.38), rgba(255, 77, 207, 0.14));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.select-option:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(157, 105, 255, 0.18);
}


.button {
  border-radius: 14px;
  border: 1px solid rgba(220, 204, 255, 0.14);
  padding: 9px 12px;
  font: inherit;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 130ms ease, filter 130ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
  filter: saturate(0.75);
}

.button.solid {
  color: #09060f;
  background:
    linear-gradient(135deg, #7a4dff 0%, #c24cff 55%, #ff4dcf 100%);
  box-shadow:
    0 14px 34px rgba(122, 77, 255, 0.38),
    0 0 44px rgba(255, 77, 207, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button.solid:hover {
  box-shadow:
    0 18px 42px rgba(122, 77, 255, 0.46),
    0 0 58px rgba(255, 77, 207, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.button.solid:active {
  filter: saturate(0.95) brightness(0.96);
}

.button.ghost {
  color: var(--ink-0);
  background:
    linear-gradient(180deg, rgba(22, 20, 30, 0.74), rgba(12, 12, 16, 0.76));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 0 18px rgba(142, 91, 255, 0.11);
}

.button.danger {
  border-color: rgba(255, 149, 189, 0.4);
  color: #ffd8e8;
  background:
    linear-gradient(138deg, rgba(89, 26, 61, 0.85), rgba(67, 18, 46, 0.8));
}

.player-list,
.player-checks {
  display: grid;
  gap: 8px;
  max-height: 180px;
  overflow: auto;
  padding-right: 4px;
}

.player-pill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 14, 0.62);
  font-size: 0.82rem;
}

.player-pill .meta {
  color: var(--ink-2);
  font-size: 0.72rem;
}

.player-check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(10, 10, 14, 0.58);
  font-size: 0.8rem;
}

.details {
  margin: 8px 0;
  padding: 8px 9px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(10, 10, 14, 0.56);
}

.details summary {
  cursor: pointer;
  list-style: none;
  color: var(--ink-1);
  font-size: 0.8rem;
  font-weight: 800;
}

.details summary::-webkit-details-marker {
  display: none;
}

.details summary::after {
  content: "\25BE";
  float: right;
  transition: transform 150ms ease;
}

.details[open] summary::after {
  transform: rotate(180deg);
}

.arena-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

.arena-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

.stage-panel {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(16, 16, 20, 0.72), rgba(10, 10, 14, 0.78));
  padding: 10px 12px;
  display: grid;
  gap: 5px;
}

.stage-panel p {
  margin: 0;
}

.stage-mode {
  color: var(--ink-0);
  font-weight: 800;
  font-size: 0.91rem;
}

.stage-objective,
.stage-progress {
  color: var(--ink-1);
  font-size: 0.82rem;
  line-height: 1.35;
}

.stage-notice {
  color: var(--ink-1);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.board-wrap {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
  min-height: 220px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(16, 16, 20, 0.7), rgba(10, 10, 14, 0.76));
}

.board-wrap.world-mode {
  grid-template-columns: 1fr;
  grid-template-areas:
    "board"
    "caption";
}

.board-wrap.world-mode img,
.board-wrap.world-mode .world-map {
  grid-area: board;
}

.board-wrap.world-mode .hint {
  grid-area: caption;
}

.board-wrap[hidden] {
  display: none !important;
}

.board-wrap img {
  width: 100%;
  max-height: min(44vh, 520px);
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(6, 6, 8, 0.7);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.52);
}

.board-wrap .world-map {
  width: 100%;
  height: min(44vh, 520px);
  min-height: 220px;
  aspect-ratio: 2 / 1;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #ececec;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.52);
  display: block;
}

.board-wrap .world-map.overlay {
  background: transparent;
  border: 0;
  box-shadow: none;
  pointer-events: none;
}

.board-wrap .world-map[hidden] {
  display: none !important;
}

.world-map.overlay .country {
  fill: transparent;
  stroke: transparent;
  stroke-width: 0;
}

.world-map.overlay .country.solved {
  fill: #8d5cff;
  stroke: #2f1a68;
  stroke-width: 2.25;
}

.world-map .country {
  fill: #f6f6f6;
  stroke: #696969;
  stroke-width: 0.75;
  vector-effect: non-scaling-stroke;
}

.world-map .country.solved {
  fill: #8d5cff;
  stroke: #2f1a68;
  stroke-width: 2.25;
}

.world-map .marker-glow {
  fill: rgba(141, 92, 255, 0.34);
  stroke: #2f1a68;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.world-map .marker {
  opacity: 0;
  transition: opacity 160ms ease;
}

.world-map .marker.solved {
  opacity: 1;
}

.world-map .marker-core {
  fill: #8d5cff;
  stroke: #2f1a68;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.world-map .marker-dot {
  fill: #f7f0ff;
}

.board-wrap .hint {
  margin: 0;
}

.stage-panel[hidden] {
  display: none !important;
}

.activity-wrap {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(16, 16, 20, 0.72), rgba(10, 10, 14, 0.78));
  padding: 9px 10px;
  min-height: 0;
  flex: 1 1 auto;
  display: grid;
  grid-template-rows: auto 1fr;
}

.activity-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 7px;
}

.activity-head h3 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.86rem;
  color: var(--ink-1);
}

.activity-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-height: 0;
  max-height: none;
  overflow: auto;
  align-items: stretch;
}

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

.activity-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(8, 8, 10, 0.62);
  font-size: 0.73rem;
  min-height: 24px;
}

.activity-item.system {
  border-left: 2px solid rgba(255, 255, 255, 0.14);
}

.activity-item.private {
  border-left: 2px solid rgba(255, 255, 255, 0.14);
}

.activity-item.app {
  border-left: 2px solid rgba(255, 255, 255, 0.14);
}

.activity-item.empty {
  justify-content: flex-start;
  color: var(--ink-2);
}

.activity-text {
  color: var(--ink-0);
  line-height: 1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
}

.activity-time {
  color: var(--ink-2);
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  flex: 0 0 auto;
}

.composer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: stretch;
  gap: 8px;
  flex: 0 0 auto;
}

.composer#answerForm {
  grid-auto-rows: 48px;
}

.composer input {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.composer .button {
  height: 48px;
  min-height: 48px;
  padding-inline: 18px;
}

#answerInput {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  line-height: 1.2;
}

#sendBtn {
  height: 48px !important;
  min-height: 48px !important;
}

.composer-note {
  margin: 0;
}

.mode-group[hidden] {
  display: none;
}

.host-only {
  margin-bottom: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.12));
  border: 2px solid rgba(8, 8, 10, 0.85);
}

::-webkit-scrollbar-track {
  background: rgba(8, 8, 10, 0.5);
}

@keyframes drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(18px, -22px) scale(1.06);
  }
  66% {
    transform: translate(-22px, 14px) scale(0.96);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    filter: saturate(1);
  }
  50% {
    transform: scale(1.08);
    filter: saturate(1.2);
  }
}

@keyframes sheenFlow {
  0% {
    transform: translate(-9%, -4%) rotate(0deg);
  }
  50% {
    transform: translate(9%, 4%) rotate(180deg);
  }
  100% {
    transform: translate(-9%, -4%) rotate(360deg);
  }
}

@keyframes entryIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  body {
    overflow-y: auto;
  }

  .app-shell {
    height: auto;
  }

  .layout {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }

  .feed {
    max-height: 47vh;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-cluster {
    justify-content: flex-start;
  }
}

/* Laptop + zoom fallback: if the viewport is short, allow full-page scrolling. */
@media (max-height: 760px) {
  body {
    overflow-y: auto;
  }

  .app-shell {
    height: auto;
  }

  .layout {
    height: auto;
    min-height: auto;
  }
}
