.menu-screen {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 48px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-header {
  margin-bottom: 12px;
}

.brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 9px 18px 9px 12px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
}

.brand-badge svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.menu-intro {
  color: var(--muted);
  margin: 12px 0 0 0;
  line-height: 1.4;
  font-size: 0.9rem;
}

.menu-version {
  color: var(--muted);
  font-size: 0.8rem;
  margin: 12px 0 24px 0;
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--btn-bg);
  text-decoration: none;
  color: var(--fg);
}

.menu-item-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent-soft);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-item-icon svg {
  width: 24px;
  height: 24px;
}

.menu-item-text {
  min-width: 0;
}

.menu-item-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.menu-item-sub {
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.35;
}

.menu-sublist {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: -4px 0 0 20px;
  padding-left: 14px;
  border-left: 2px solid var(--border);
}

.menu-subitem {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg2);
  text-decoration: none;
  color: var(--fg);
  font-size: 0.85rem;
  line-height: 1.4;
}

.menu-subitem-oznaceni {
  font-weight: 700;
  margin-right: 6px;
}

.menu-subitem-nazev {
  color: var(--muted);
}
